Posts notification that has title, message and reference object.
Notify(A reference object is object relating to the notification. For example if you have text box on the screen which you want to validate by putting notification on the screen, like “This email is not valid” and you want to ensure the text box only ever emits one notification as in clears previous notification then its good to use the text box as reference object as then the NotificationProvider will automatically clear previous notification with same reference object before posting new.
DesktopNotificationProvider Control